What’s happening under the hood at the compiler level in JavaScript? In this keynote session, we’ll be talking about JavaScript compilers specifically and see how modern JS performance compares to C++ performance and then we’ll see where WebAssembly fits into this performance story. The concepts that Franziska Hinkelmann will be showing you are fundamental JS concepts and they apply no matter what framework you are using – so doesn’t matter if you are using Angular, Node.js or anything else.
Moreover, as we go through this journey, the questions like how can dynamically typed JS be so fast, when it became faster than before will be answered as well.
Only make performance improvements if you actually have a problem. If nobody complains that your app is too fast, if you are not losing revenue, don’t start making it faster.